Package com.cisco.pt.ipc.events
Class STPProcessEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.STPProcessEventRegistry
An event for the IPC's STPProcessEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<STPProcessEventListener>protected Map<String,Set<STPProcessEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(STPProcessEventListener listener) voidaddListener(STPProcessEventListener listener, STPProcess objClass) voidaddListenerFiltered(STPProcessEventListener listener, List<String> events) voidaddSpecificListenerFiltered(STPProcessEventListener listener, STPProcess objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(STPProcessEventListener listener) voidremoveListener(STPProcessEventListener listener, STPProcess objClass) voidremoveListenerFiltered(STPProcessEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(STPProcessEventListener listener, STPProcess objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
STPProcessEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(STPProcessEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(STPProcessEventListener listener, STPProcess objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(STPProcessEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(STPProcessEventListener listener, STPProcess objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
- Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(STPProcessEventListener listener, STPProcess objClass) throws IOException - Throws:
IOException
-